hip.util.format

Undocumented in source.

Members

Functions

fastUnsafeCTFEFormat
string fastUnsafeCTFEFormat(string str, string[] replaceWith)

Unsafe function. It requires the programmer to use it correctly as the buffer size is preallocated.

format
string format(Args a)
Undocumented in source. Be warned that the author may not have intended to support it.
formatFromType
string formatFromType(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
formatFromType
void formatFromType(Sink s, T value)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta